projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f350b63
)
(java-keywords): Add MATCH-HIGHLIGHT part for
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 20 Nov 2000 16:17:34 +0000
(16:17 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 20 Nov 2000 16:17:34 +0000
(16:17 +0000)
javadoc tags.
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index b1ba17eab768b013a8c3ffe5935520b4f7b68cf6..9c7b58a9d39f89354cd0e23cc5d4da629f63dbb6 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-2899,7
+2899,8
@@
See also `java-font-lock-extra-types'.")
"\\|link\\|return\\|see\\|serial\\|serialData\\|serialField"
"\\|since\\|throws"
"\\|version"
- "\\)\\>"))
+ "\\)\\>")
+ '(1 font-lock-constant-face prepend))
'("@\\(param\\)\\>[ \t]*\\(\\sw+\\)?"
(1 font-lock-constant-face prepend)
(2 font-lock-variable-name-face prepend t))